Hi
I want to Create a word doCument using only the font(s) in a folder. I Copied all the Arial fonts to a folder and tried to Create a word doCument using FolderFontSourCe. I see that the doCument that got Created has t…...folderFontSource = new FolderFontSource("C:\\weblogs\\font", true, 0); Document...write("Testing Font"); doc.save("C:\\weblogs\\WorkingWithFonts.docx");...